for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
import AbstractDropdownDispatcher from './AbstractDropdownDispatcher';
class PluginDropdownDispatcher extends AbstractDropdownDispatcher {
getMenuItem(schema) {
return super.getMenuItem(schema, { label: 'Plugins' });
}
export default PluginDropdownDispatcher;